CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 进程 共享 内存

搜索资源列表

  1. 5

    0下载:
  2. 信号量机制在进程通信中应用的举例(包含没有设置信号量、设置信号量及信号量机制和共享内存结合的纵多例子)-Semaphore mechanism in the process of communication applications, for example (including the semaphore is not set, set the semaphore and shared memory semaphore mechanism and the vertical integratio
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:3489
    • 提供者:rebecca
  1. Clip--board

    0下载:
  2. 编写代码最难得就是进程间的通讯问题,采用剪贴板的方式,利用Windows共享内存所开辟的统一的内存区进行编程。可以有效解决进程间信息传输问题。-The most rare to write code that is inter-process communication problems, using the clipboard, using Windows shared memory opened up a unified program memory area. Can effectivel
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:25626
    • 提供者:sss
  1. com

    0下载:
  2. 串口接口程序可以接受电源屏通过串口发送过来的数据并通过共享内存和其他进程交换数据-Serial interface program can accept the power panel through the serial port to send over the data and other processes through shared memory and the exchange of data
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-24
    • 文件大小:7829825
    • 提供者:gexuechun
  1. Inter_process_communication

    0下载:
  2. 进程间通信 包括管道,消息队列,共享内存-Inter-process communication, including pipes, message queues, shared memory
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:310270
    • 提供者:wangwr
  1. 86204968

    0下载:
  2. 利用建立共享内存实现进程通信,是最快的一种方法-The use of shared memory to achieve the process of establishing communication, is the fastest way
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:8413
    • 提供者:星海
  1. filesystem

    0下载:
  2. 一个linux环境下的模拟文件系统的程序,里面有使用说明,能够创建,删除,复制文件,用到了linux共享内存和信号量,另外有个shell程序进程与文件系统程序进行通信。-A linux file system environment, the simulation program, which has instructions for use, the ability to create, delete, copy files, use a linux shared memory and sem
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:476749
    • 提供者:ji
  1. ipc

    0下载:
  2. 共享内存的使用演示,以及进程间信号量的封装-Demonstrate the use of shared memory, as well as inter-process semaphore package
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:2003
    • 提供者:林宗方
  1. ShareMemery

    0下载:
  2. 内存共享技术,进程通信,通过内存指定区域进行共享使进程间相互通信-Memeory sharead
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:80383
    • 提供者:王朝帅
  1. TheUnixTimeSharingSystem

    0下载:
  2. 本书详尽地介绍了UNIX系统编程的高级技术。通过本书的学习,读者将能够充分利用标准的UNIX开发工具,掌握UNIX操作系统的内部工作方式,包括文件系统的内部操作以及大量UNIX函数的正确使用方法和技巧。本书详细说明了内部处理技术、进程间控制以及通过信号、分支进程和共享内存进行同步的方法。另外,本书还提供了大量的代码实例,这些实例涉及到多用户同时访问文件的技巧、改变目录结构以及动态更改用户和组参数的方法。 本书适用于UNIX专业程序员。 -The book has introduced Po
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:90163
    • 提供者:汪汪
  1. pro

    0下载:
  2. 利用消息队列共享内存实现进程通信; 采用三层架构的模式编码 -Using message queue shared memory to achieve the process of communication three-tier structure of the model code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:9918
    • 提供者:wanglei
  1. shm

    0下载:
  2. 源代码是在Linux上运行,主要是创建共享内存,以实现进程间通信-Linux source code is run, mainly to create shared memory, in order to achieve inter-process communication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:1366
    • 提供者:wwy
  1. read-write

    0下载:
  2. 实验程序模拟多个生产/消费者在有界缓冲上正确的操作。它利用N个字节的共享内存作为有界循环缓冲区,利用写一字符模拟放一个产品,利用读一字符模拟消费一个产品。当缓冲区空时消费者应阻塞睡眠,而当缓冲区满时生产者应当阻塞睡眠。一旦缓冲区中有空单元,生产者进程就向空单元中入写字符, 并报告写的内容和位置。一旦缓冲区中有未读过的字符,消费者进程就从该单元中 读出字符,并报告读取位置。生产者不能向同一单元中连续写两次以上相同的字 符,消费者也不能从同一单元中连续读两次以上相同的字符。 -cha
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:4058
    • 提供者:jeremy
  1. FileMap

    0下载:
  2. 进程间通讯,内存间共享,可以多进程间通讯,实现内建共享-Inter-process communication, memory, shared between
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-01
    • 文件大小:2856
    • 提供者:lihaopeng
  1. 1

    0下载:
  2. 一个FORK()调用的实验。通过建立共享内存区来实现进程之间的通信。父进程获取Fibonacci数列长度后,创建子进程来计算,待子进程完成后,父进程输出结果-A FORK () call experiment. Through the establishment of shared memory areas to achieve communication between the process. Parent process for the length of Fibonacci sequen
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:725
    • 提供者:caomin
  1. LinuxMemory

    0下载:
  2. Linux下使用C语言开发的例子,主要涉及进程间使用共享内存进行通信和使用网络进行通信的相关知识。-Linux, developed using C language examples, mainly involving inter-process communication using shared memory and the use of network communications knowledge.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:3567
    • 提供者:wbwang
  1. llsShareMemory

    0下载:
  2. 进程间的通信,共享内存封装,Demo 实现进程间事件同步-ShareMemory
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-26
    • 文件大小:180785
    • 提供者:leovin
  1. xsi.tar

    0下载:
  2. 几种常见unix进程间通信的使用,消息队列,信号量,共享内存-Several common unix use inter-process communication, message queues, semaphores, shared memory
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:11667
    • 提供者:aasdf
  1. linux

    0下载:
  2. LINUX进程间通信程序设计演示代码,包括3种通讯方式:管道通讯,信号通讯,共享内存通讯。-LINUX programming inter-process communication demo code, including three kinds of communication: communication channels, signal communications, shared memory communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:3429
    • 提供者:mini
  1. memory_use

    0下载:
  2. 享内存函数简单应与建立共享内存的进程没有同步关系,如果进程建立共享内存后,在退出前不调用shmctl-mem
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:527
    • 提供者:ly
  1. shm

    0下载:
  2. 进程间通过共享内存进行通信。实现通过在队列中顺序检查ip地址,阻塞频繁连接的ip地址。-The IPC key of the share memory,check the ipNode by turn ,and use the fire wall to block some ipaddresses which had connected to onlinenic too frequenctly.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:4191
    • 提供者:caobing
« 1 2 3 4 5 6 78 9 10 11 12 ... 16 »
搜珍网 www.dssz.com